Replace last users of gtk_icon_paintable_download_texture ()
authorAlexander Larsson <alexl@redhat.com>
Thu, 6 Feb 2020 16:10:13 +0000 (17:10 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 6 Feb 2020 16:47:56 +0000 (17:47 +0100)
commit6317fd35294da0cb58c464612e1bcdf33a1192c6
tree0fb246d0ee6926fd7ddf2e91d6c0f06543f96134
parent828269820183c6f6a8fc553bfd1387d110f3ae02
Replace last users of gtk_icon_paintable_download_texture ()

These now render the paintable to a cairo surface and convert that
to a texture. This is sort of a hack, but its only used in two
special cases internally and in two hacky test apps.
gtk/gtkmountoperation.c
gtk/gtkwindow.c
tests/testclipboard2.c
tests/testdnd2.c
testsuite/gtk/icontheme.c